SetDragAndDrop
TheSetDragAndDrop
method replaces the drag-and-drop object for this session.
void SetDragAndDrop (in ODDragAndDrop dragAndDrop);
dragAndDrop
- A reference to the new drag-and-drop object for this session.
DISCUSSION
This method may be called only by a shell plug-in'sODShellPluginInstall
function.SEE ALSO
The ODDragAndDrop class (page 187).
TheODShellPluginInstall
function (page 952).